home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 40
/
Vol 40.iso
/
games
/
whomp.swf
/
scripts
/
DefineSprite_341
/
frame_30
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-20
|
130 b
|
10 lines
if(_root.delayVal > _root.delayMax)
{
this.gotoAndPlay(this._currentframe + 1);
}
else
{
prevFrame();
play();
}